home *** CD-ROM | disk | FTP | other *** search
/ Aminet 44 / Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso / Aminet / util / libs / extralib.lha / ExtraLib.readme < prev   
Text File  |  2001-05-01  |  3KB  |  76 lines

  1. Short:    dynamic buffer system, CRC, text, memory
  2. Uploader: rhosigma@crosswinds.net (Roland Heyder)
  3. Author:   rhosigma@crosswinds.net (Roland Heyder)
  4. Type:     util/libs
  5. Version:  extra.library v2.118 (28.04.01)
  6. Requires: at least OS 1.2 (v33+) / OCS
  7.  
  8. english:
  9. ¯¯¯¯¯¯¯¯
  10. This is a demoversion of extra.library, but fully functional !!
  11. For further information, and how to register please read »Legal-ReadMe«
  12. in the docs.
  13.  
  14. features are:
  15.  
  16.   - complex dynamic buffer system for easy file handling
  17.   - support functions to compute CRCs in standard filesystems
  18.   - some functions for string handling and parameter conversion
  19.   - also some plastic surgery i.e. colorful »DisplayAlert()«-replacement
  20.   - special version for CGX-Support, but needs at least OS 2.0 (v36+) and
  21.     optional the cybergraphics.library v40+
  22.  
  23. deutsch:
  24. ¯¯¯¯¯¯¯¯
  25. Dies ist eine Demoversion der extra.library, jedoch voll funktionsfähig !!
  26. Für weitere Informationen und Hinweise zur Registrierung lesen Sie bitte
  27. den Abschnitt »Legal-ReadMe« in der Dokumentation.
  28.  
  29. aus dem Inhalt:
  30.  
  31.   - komplexes dynamisches Puffer-System für einfache Dateihandhabung
  32.   - unterstützende Funktionen zur Checksummenbildung in Standard-Filesystemen
  33.   - einige Funktionen zur Stringhandhabung und Parameterumwandlung
  34.   - des weiteren ein wenig plastische Chirurgie, z.B. eine farbenfrohe
  35.     »DisplayAlert()«-Routine
  36.   - eine spezielle Version mit CGX-Unterstützung, benötigt jedoch mindestens
  37.     OS 2.0 (v36+) sowie optional die cybergraphics.library v40+
  38.  
  39. -----------------------------------------------------------------------------
  40.  
  41. History:
  42. ¯¯¯¯¯¯¯¯
  43. v1.323 (18.11.00)
  44.        - First public release
  45.  
  46.  
  47. v2.062 (03.03.01)
  48.        - some minor changes for CGX-Support, now only using CGX-Modes if
  49.          the first (topmost) screen is already a CGX-Screen, otherwise
  50.          fall back to OCS/ECS/AGA
  51.  
  52.        - fixed a really stupid bug in system function entry »Close()«
  53.          which caused a memory loss of approx. 104 bytes every time it
  54.          was called by »exec/CloseLibrary()«
  55.  
  56.        - 3 new enhanced functions for the dynamic buffer system to allow
  57.          to specify the type of memory to use for the buffers
  58.  
  59. v2.078 (19.03.01)
  60.        - just forgot to change the version/revision entries within the
  61.          library base structure, which caused an error calling
  62.          »exec/OpenLibrary()« with version argument set to v2
  63.  
  64.        - fixed a small bug in routine »BufInfo()«, APTR bib_LastFind was
  65.          filled in incorrect
  66.  
  67. v2.118 (28.04.01)
  68.        - some time critical functions optimized for better speed using
  69.          an Profiler-Tool
  70.  
  71.        - introduced a common way for function init & cleanup in preparation
  72.          to make the library usable for ARexx
  73.  
  74.        - build in a skeleton ARexx function entry, so ARexx ability will
  75.          come soon but not finished yet
  76.